home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-06-24 | 1023 b | 34 lines | [TEXT/MPS ] |
- #############################################################
- # #
- # File: MakeFile #
- # Version: 1.0 #
- # Author: #
- # Copyright: (c) 1989-1990 by Apple Computer, Inc. #
- # Developer Technical Support Apple II Sample Code #
- # #
- # Description: This file contains the commands needed #
- # to build the Shell CDEV for the IIgs #
- # #
- #-----------------------------------------------------------#
- # #
- # Development History: #
- # #
- # Who Date The Modification #
- # --- -------- ---------------- #
- # #
- #############################################################
-
- CDev ƒƒ makefile CDevCode CDev.r
- RezIIgs CDev.r -o CDev -t "C7 " -c "pdos"
-
- CDev.c.obj ƒ makefile CDev.c
- CIIgs CDev.c -o CDev.c.obj
-
- CDevcode ƒ makefile CDev.c.obj CDev.c.obj
- LinkIIgs -w -x ∂
- -lib "{CIIGSLibrary}CLib" ∂
- -lseg CDev:$1000 ∂
- CDev.c.obj ∂
- "{CIIGSLibrary}Clib"(@main,@~globals,@~arrays) ∂
- -o CDevcode
-